home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan / Opus 5 - Magellan.iso / DOpus_SDK_5.5 / ReadMe
Text File  |  1996-09-08  |  4KB  |  106 lines

  1.                       Directory Opus 5.5
  2.                 Software Development Kit 1.0
  3.             (c) 1996 Jonathan Potter & GPSoftware
  4.             -------------------------------------
  5.  
  6. The Opus SDK kit allows you to access the functions in the dopus5.library,
  7. and create your own modules, applications or other programs that use the
  8. power of Directory Opus.
  9.  
  10. The contents of the SDK is as follows :
  11.  
  12.     docs    - Documentation for the dopus5.library
  13.     AGDocs    - Documentation in AmigaGuide format for the dopus5.library
  14.     include    - Include files
  15.     lib    - Linker files
  16.     example    - Example source code
  17.     source    - Source to the modinit.o module
  18.  
  19. The include and linker files are all designed for use with a C compiler
  20. (the example source code is set up to compile under SAS/C).
  21.  
  22. The examples that have been included are :
  23.  
  24.     module        - A basic module that adds one command to Opus and
  25.                           opens a requester. Shows a simple example of
  26.                           creating an Opus module.
  27.  
  28.     envoymodule    - A module that lets you set network information for
  29.                       files with Envoy. Shows an example of a simple
  30.                       user interface, using the Opus callback function
  31.                       and using a progress indicator.
  32.  
  33.     iconclock    - The source to the icon clock module. Shows how to
  34.                       write a module that is called on startup and remains
  35.                       resident. Also has an example of the new AppIcon
  36.                       features of Opus.
  37.  
  38.     viewfont    - The source to the ViewFont program. Shows how to
  39.                       create a more complex, resizeable user interface,
  40.                       and how to access menus.
  41.  
  42. ===========================================================================
  43. Contact and Support
  44.  
  45.  
  46. As well as the WWW pages located at
  47.  
  48.     http://www.livewire.com.au/gpsoft/
  49.  
  50. we maintain a number of mailing lists for Directory Opus users. These
  51. are designed to provide general comment and limited support for
  52. registered users of Opus 5.5.
  53.  
  54. A)    General Mailing list: dopus5
  55.  
  56.     This is a mailing list for general discussion relating to
  57.     general use and comments for Opus 5. To subscribe to this
  58.     list, send mail to listserv@lss.com.au with :
  59.  
  60.             subscribe dopus5 <Your Name>
  61.  
  62.     in the message body. You will be automatically sent a brief
  63.     welcome message, with instructions on how to post to the list.
  64.  
  65.  
  66. B)    Developer Mailing list: dopus5-dev
  67.  
  68.  
  69.     There is a mailing list for the discussion of programming issues
  70.     relating to Opus and the Opus SDK. To subscribe to this list,
  71.     send mail to listserv@lss.com.au with :
  72.  
  73.             subscribe dopus5-dev <Your Name>
  74.  
  75.     in the message body. You will be automatically sent a brief welcome
  76.     message, with instructions on how to post to the list.
  77.  
  78.  
  79. -------------------------------------------------------------------------
  80. Copyrights and Notices
  81.  
  82. Directory Opus 5 is (c) Jonathan Potter and GPSoftware 1995-1996.
  83.  
  84.  
  85. This collection of developer materials is (c) GPSoftware but may be
  86. distributed free of charge to owners of Opus 5 to assist development
  87. of supporting modules and programs to be run with Dopus 5.5 providing 
  88. this archive is distributed in its entirety. No part of this archive
  89. may be reproduced seperately in a any form whatsoever without written
  90. permission from GPSoftware.
  91.  
  92. Although we have taken all care in assembling these development resources,
  93. the information is provided 'as is' without any guarantee or warranty as to
  94. the performance etc etc. Neither GPSoftware, Jonathan Potter nor Dr Greg
  95. Perry accept liability for accuracy or the use of these materials.
  96.  
  97.  
  98. $VER: OpusSDK 1.0 (09.9.96)
  99.  
  100. --
  101. Dr Greg Perry, GPSoftware, September 9th 1996
  102. PO Box 570, Ashgrove, Qld Australia 4060 Ph/fax +61 7 33661402
  103. Internet Email: zzgperry@mailbox.uq.oz.au
  104.      WWW  : http://www.livewire.com.au/gpsoft/
  105. -------------------------------------------------------
  106.